home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / rtfhelp.zip / SAMPLE.HPJ < prev    next >
Text File  |  1994-10-29  |  882b  |  27 lines

  1. ; JH -- rtfhelp 2.0 sample project file
  2.  
  3. ; NOTE:  the OPTIONS section of the project file (if it exists) is the
  4. ;   first section of the project file
  5. ; TITLE sets the title bar text when the .HLP file is loaded into WinHelp
  6. ; COPYRIGHT sets a copyright notice, which is displayed when the user
  7. ;   selects Help, About from WinHelp
  8. [OPTIONS]
  9. TITLE = RTFHelp Sample Help File
  10. COPYRIGHT = Help file content copyright (C) J. Hlavaty, 1994
  11.  
  12. ; In this section are the topic files to be input to the help compiler
  13. ;    Each file is listed on a separate line.
  14. [FILES]
  15. sample.rtf
  16.  
  17. ; The bitmap files to be used in this help file.  This should be a
  18. ;   fully-qualified path if the file is not in the same directory as
  19. ;   the topic files that reference it
  20. [BITMAPS]
  21. pyramid.bmp
  22.  
  23. ; The following enables any browse buttons in the help file
  24. [CONFIG]
  25. BrowseButtons()
  26.  
  27.